home *** CD-ROM | disk | FTP | other *** search
- Path: news1.cle.ab.com!usenet
- From: don.phillips@ab.com (Donald-Anthony C. Phillips)
- Newsgroups: comp.lang.perl.misc,comp.lang.perl.tk,comp.lang.c++,comp.lang.basic.visual.misc
- Subject: Re: sending form data to text file on local drive
- Date: Wed, 31 Jan 1996 17:37:34 GMT
- Organization: The Allen-Bradley Co., Inc
- Distribution: inet
- Message-ID: <4enurh$d9d@news1.cle.ab.com>
- References: <4elob3$ur6@news.gate.net>
- NNTP-Posting-Host: abpc386.cle.ab.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- There is considerable work being done with VB CGI. Most Windows based
- webservers now allow for VB as the CGI. Just like you can use the
- Post.c, Query.c and Util.c on Unix to aid in form data translation,
- you can use a file called CGI.bas which has every thing needed to
- decode form data. Once you add this file to your project, your CGI
- will have access to all the form data with little effort.
-
- What I need to know is are you running a Windows or Unix based server.
- If you'd like some more assistance in CGI programming, E-mail me with
- some more details.
-
- Donald-Anthony C. Phillips
- Programmer/Analyst
- Rockwell Automation
- ---------------------------------------
- Allen-Bradley
- don.phillips@ab.com
-
-